| Class | Description |
|---|---|
| PDFFlowAnnotationContent | Defines an annotation content that can be added to a flow document. This type of flow content lets you insert annotations in a flow document. |
| PDFFlowContent | Defines the base class for all flow content types. |
| PDFFlowContentBorders | Defines the borders (top, right, bottom, left) for a flow content element. |
| PDFFlowContentCollection | Defines a collection of flow content objects. |
| PDFFlowContentDrawEvent | Defines the arguments for flow content drawing related events. |
| PDFFlowContentMargins | Defines the margins for flow content. |
| PDFFlowDocument | Defines a PDF document that formats flow content. |
| PDFFlowDocumentCreatePageEvent | Defines the arguments for the create page event in flow documents. |
| PDFFlowDocumentDefaults | Defines default values for a flow document. |
| PDFFlowDocumentFooter | Defines the footer for a flow document. |
| PDFFlowDocumentHeader | Defines the header for a flow document. |
| PDFFlowDocumentHeadersFooters | Defines the headers and footers for a flow document. |
| PDFFlowDocumentPageEvent | Defines the arguments for page related events in flow documents. |
| PDFFlowDocumentToCSettings | Defines the settings for creating the table of contents in a flow document. |
| PDFFlowFormXObjectContent | Defines a form XObject content that can be added to a flow document. |
| PDFFlowHeadingContent | Defines a heading in a flow document. |
| PDFFlowImageContent | Defines an image content that can be added to a flow document. |
| PDFFlowPageContent | Defines a special type of flow content that allows to insert existing PDF pages into a flow document. The existing PDF page content is kept as it is, it is not reflown on flow document's page. |
| PDFFlowPageDefaults | Defines default values for initializing a page in flow mode. |
| PDFFlowTableCell | Defines the base class for cells in a table. |
| PDFFlowTableCellCollection | Defines a collection of cells in a table row. |
| PDFFlowTableCellDrawEvent | Defines the arguments for flow table cell drawing related events. |
| PDFFlowTableColumn | Defines a column in a PDFFlowTableContent object. |
| PDFFlowTableCompositeCell | Defines a cell that contains variable flow content. |
| PDFFlowTableContent | Defines a table that can be added to a flow document. |
| PDFFlowTableFormXObjectCell | Defines a cell that contains a com.o2sol.pdf4java.graphics.PDFFormXObject instance. |
| PDFFlowTableImageCell | Defines a cell that contains an image. |
| PDFFlowTableRow | Defines the base class for rows in a table. |
| PDFFlowTableRowCollection | Defines a collection of rows in a table. |
| PDFFlowTableStringCell | Defines a cell that contains a string. |
| PDFFlowTextContent | Defines a text content that can be added to a flow document. |